docs(bio-research): replace stale deepsense.ai README vendor rows#255
Open
evanclan wants to merge 1 commit into
Open
docs(bio-research): replace stale deepsense.ai README vendor rows#255evanclan wants to merge 1 commit into
evanclan wants to merge 1 commit into
Conversation
…thropics#243) PR anthropics#243 removed the three deepsense.ai MCP endpoints from bio-research/.mcp.json after mcp.deepsense.ai went NXDOMAIN, but the README provider table still listed deepsense.ai for bioRxiv, ChEMBL, and ClinicalTrials.gov. Align those rows with CONNECTORS.md and the current .mcp.json entries (hcls-hosted biorxiv/chembl/c-trials).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #243 removed three dead
mcp.deepsense.aiMCP server entries frombio-research/.mcp.jsonafter the subdomain went NXDOMAIN. The README provider table still listed deepsense.ai as the vendor for bioRxiv, ChEMBL, and ClinicalTrials.gov — the same three services whose URLs were dropped or rehosted. This PR updates those three rows to matchCONNECTORS.mdand the current.mcp.jsonconfiguration.Problem
After #243 and #239,
bio-research/.mcp.jsonserves bioRxiv, ChEMBL, and clinical-trials data fromhcls.mcp.claude.com, andCONNECTORS.mdalready lists PubMed, bioRxiv, ChEMBL, and ClinicalTrials.gov as the included servers. The README table was the last stale reference:New users reading the README would believe deepsense.ai still powers three bundled connectors that no longer exist at that host.
Solution
Replace the three
deepsense.aiprovider labels with the actual services now configured:Descriptions and category placeholders are unchanged — only the vendor column is corrected.
Out of scope
CONNECTORS.md— already accurate; no changes needed.bio-research/.mcp.json— URLs were fixed in Fix dead MCP server URLs: deepsense rehosted, paypal moved to SSE #239/bio-research: drop three dead deepsense.ai MCP URLs #243; untouched here.~~categoryplaceholder resolution in command files) — separate UX concern.Test plan
deepsensereferences in the repo.Related
.mcp.jsonhcls.mcp.claude.comMade with Cursor